inspect

public abstract PointInspection inspect(Point location)

Inspects the given location on the web page containing this frame and returns the result of the inspection.

Return

the result of the inspection that contains the details about the DOM node at the given location

Parameters

location

a point on the web page

Throws

when the frame is closed


public abstract PointInspection inspect(int x, int y)

Inspects the given location on the web page containing this frame and returns the result of the inspection.

Return

the result of the inspection that contains the details about the DOM node at the given location

Parameters

x

a horizontal coordinate on the web page

y

a vertical coordinate on the web page

Throws

when the frame is closed